// The mini boss fires bullets at the player.
// No movement can be done here, since this is a mounted sprite. But we can fire bullets.

	// Initial wait. Never done again.
wait 250

fireBullet 226 all
fireBullet 245 all
fireBullet 270 all
fireBullet 295 all
fireBullet 320 all

wait 20

fireBullet 226 all
fireBullet 245 all
fireBullet 270 all
fireBullet 295 all
fireBullet 320 all

wait 480 // 500 total, same as other file, so they stay in-sync

repeat 1